iT邦幫忙

0

Javascript 進階 2-7 Not Defined VS undefined

  • 分享至 

  • xImage
  •  

Not Defined VS undefined

可以看到下方的圖片描述

https://ithelp.ithome.com.tw/upload/images/20191007/20121770swMBrbR548.png

如果我們一開始有宣告 a 這個變數,但是沒有賦予其值,則會顯示 undefined 。

但如果連宣告都沒有宣告,就直接 console.log 的話,就會顯示 not defined,因為記憶體中沒有這個變數的位子。

https://ithelp.ithome.com.tw/upload/images/20191007/20121770IS2FAzLVTI.png

而 undefined 雖然也可以寫在程式中,但比較多用到的地方在於判斷式,不建議直接在宣告變數的時候給 undefined,如果真的要給空值的話,可以給 null

https://ithelp.ithome.com.tw/upload/images/20191007/20121770l4LZthjs7Z.png

以上就是這兩者的不同,希望有幫助到,汪汪。


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言